Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(RELEASE-400): adds check-data-keys task in release pipeline #720

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

seanconroy2021
Copy link
Member

@seanconroy2021 seanconroy2021 commented Dec 3, 2024

This commit adds the check-data-keys task into the release pipelines to ensure validation of required data keys.
Link

Copy link

openshift-ci bot commented Dec 3, 2024

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@konflux-ci konflux-ci deleted a comment from openshift-ci bot Dec 3, 2024
@seanconroy2021 seanconroy2021 force-pushed the fbc-pipeline branch 3 times, most recently from d339fc4 to 2e89177 Compare December 3, 2024 13:29
@seanconroy2021 seanconroy2021 force-pushed the fbc-pipeline branch 8 times, most recently from 5d88a5c to d7ef3c8 Compare December 4, 2024 10:59
@seanconroy2021 seanconroy2021 changed the title feat(RELEASE-400): incorporate check-data-keys task in FBC pipeline feat(RELEASE-400): incorporate check-data-keys task in release pipeline Dec 4, 2024
@seanconroy2021 seanconroy2021 force-pushed the fbc-pipeline branch 4 times, most recently from c9ccb55 to 7ca3e22 Compare December 4, 2024 19:58
@@ -49,8 +57,7 @@
},
"productName": {
"type": "string",
"description": "The product name e.g. exampleproduct ",
"pattern": "^[a-z]+$"
Copy link
Member Author

@seanconroy2021 seanconroy2021 Dec 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/workspace/data/5c52c6c8-898a-4a85-93b2-9336e6601e52/data.json::$.fbc.productName: 'testProductName' does not match '^[a-z]+$'

Just removing for time being to get E2E to pass.... I would say we can remove it

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or maybe just relax it to allow capital letters? Or modify e2e to contain lowercase in the name? That should be easy. Maybe just this here? https://github.com/konflux-ci/e2e-tests/blob/fd26460f5d0035b0bffe699513c558be8588b209/tests/release/pipelines/fbc_release.go#L347

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I hit this with some of the advisory keys too. I am fine with either removing it (the pattern, not the description) or modifying like Martin said so long as it is not too restricting such that users are going to fail on this

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok so I have allowed for the pattern to have capital letters

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We also get this one .fbc.productName: 'preGA-product' does not match '^[a-zA-Z]+$.' I could add in to allow hyphen or just update e2e.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Up to you. I don't know that we have the exact requirements on this field which is why I say we can just remove it, but no strong opinion

@seanconroy2021
Copy link
Member Author

/ok-to-test

@seanconroy2021 seanconroy2021 force-pushed the fbc-pipeline branch 2 times, most recently from 8da7b70 to 5cd1579 Compare December 6, 2024 12:00
@seanconroy2021 seanconroy2021 changed the title feat(RELEASE-400): incorporate check-data-keys task in release pipeline feat(RELEASE-400): adds check-data-keys task in release pipeline Dec 6, 2024
@seanconroy2021 seanconroy2021 force-pushed the fbc-pipeline branch 7 times, most recently from 1ab75dc to e845b07 Compare December 9, 2024 10:32
johnbieren
johnbieren previously approved these changes Dec 9, 2024
Copy link
Collaborator

@johnbieren johnbieren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, would be nice to get Leandro's input on the fbc keys before merging

This commit adds the check-data-keys task into the
release pipelines to ensure validation of required data keys.

Signed-off-by: Sean Conroy <sconroy@redhat.com>
@openshift-ci openshift-ci bot added the lgtm label Dec 9, 2024
@seanconroy2021
Copy link
Member Author

/retest

1 similar comment
@seanconroy2021
Copy link
Member Author

/retest

@konflux-ci-qe-bot
Copy link

@seanconroy2021: The following test has Failed, say /retest to rerun failed tests.

PipelineRun Name Status Rerun command Build Log Test Log
konflux-e2e-tests-catalog-4lqnl Failed /retest View Pipeline Log View Test Logs

Inspecting Test Artifacts

To inspect your test artifacts, follow these steps:

  1. Install ORAS (see the ORAS installation guide).
  2. Download artifacts with the following commands:
mkdir -p oras-artifacts
cd oras-artifacts
oras pull quay.io/konflux-test-storage/konflux-team/release-service-catalog:konflux-e2e-tests-catalog-4lqnl

@seanconroy2021
Copy link
Member Author

/retest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants